home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-09 | 826 b | 25 lines | [TEXT/GEOL] |
- Item 6052871 8-Oct-89 15:14
-
- From: ROSENSTEIN1 Rosenstein, Larry
-
- To: SCHMUCKER1 Schmucker, Kurt
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: Re: Object Pascal Question
-
- Kurt,
-
- I think your example demonstrates a bug in the Pascal compiler. If you change
- the example to a UNIT (instead of a main program), then the example compiles
- correctly. There is no reason why compiling a main program shouldn't work as
- well.
-
- The mutual reference problem applies to classes that refer to each other (as in
- your example), but that are contained in separate units. Currently, you have
- to place such classes in the same unit, but the MPW people are working on a way
- to have such classes in separate units.
-
- Larry Rosenstein
-
-